Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@cloudflare/[email protected]
Minor Changes
34f9797Thanks @WillTaylorDev! - chore: providesrun_worker_firstfor Worker-script-first configuration. Deprecatesexperimental_serve_directly.[email protected]
Minor Changes
34f9797Thanks @WillTaylorDev! - chore: providesrun_worker_firstfor Worker-script-first configuration. Deprecatesexperimental_serve_directly.Patch Changes
#7945
d758215Thanks @ns476! - Add Images binding (in private beta for the time being)#7947
f57bc4eThanks @dario-piotrowicz! - fix: avoidgetPlatformProxylogging twice that it is using vars defined in.dev.varsfileswhen
getPlatformProxyis called and it retrieves values from.dev.varsfiles, it logs twicea message like:
Using vars defined in .dev.vars, the changes here make sure that in such casesthis log only appears once
#7889
38db4edThanks @emily-shen! - feat: add experimental resource auto-provisioning to versions upload#7864
de6fa18Thanks @dario-piotrowicz! - Update theunstable_getMiniflareWorkerOptionstypes to always include anenvparameter.The
unstable_getMiniflareWorkerOptionstypes, when accepting a config object as the first argument,didn't accept a second
envargument. The changes here make sure they do, since theenvis stillrelevant for picking up variables from
.dev.varsfiles.#7964
bc4d6c8Thanks @LuisDuarte1! - Fix scripts binding to a workflow in a different script overriding workflow configUpdated dependencies [
cf4f47a]:[email protected]
Patch Changes
#7903
ce8bfbdThanks @dario-piotrowicz! - update experimental Next.js template to work on@opennextjs/[email protected]#7972
7112347Thanks @andyjessop! - chore: bumps create-hono version to ensure correct Wrangler config file. Fixes the issue where C3 was generating both awrangler.tomland awrangler.jsonfile.[email protected]
Patch Changes
cf4f47aThanks @penalosa! - Switch tocapnp-esovercapnp-ts@cloudflare/[email protected]
Patch Changes
cf4f47a]:@cloudflare/[email protected]
Patch Changes
#7939
17ce7f5Thanks @anonrig! - RemoveclearImmediate()andsetImmediate()injectsThese globals are now available in workerd (as of v1.20240815 - cloudflare/workerd@f07cd8e).
@cloudflare/[email protected]
Patch Changes
#7864
de6fa18Thanks @dario-piotrowicz! - Add full support for.dev.varsfiles.This change makes sure that
.dev.varsfiles work when the environment is specified. It alsocopies the target
.dev.varsfile (which might be environment specific, e.g..dev.vars.prod)to the worker's dist directory so that
vite previewcan pick it up.The copied file will always be named
.dev.vars.Updated dependencies [
d758215,34f9797,f57bc4e,cf4f47a,38db4ed,de6fa18,bc4d6c8]:@cloudflare/[email protected]
Patch Changes
#7773
aa3ee63Thanks @emily-shen! - fix: respectrun_worker_firstwhen testing worker with assetsUpdated dependencies [
d758215,34f9797,f57bc4e,cf4f47a,38db4ed,de6fa18,bc4d6c8]: